object errorDlg: TerrorDlg Left = 263 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Error Message Display' ClientHeight = 263 ClientWidth = 390 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 369 Height = 198 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 16 Top = 16 Width = 103 Height = 16 Caption = 'Error Message' end object Label2: TLabel Left = 16 Top = 72 Width = 171 Height = 16 Caption = 'Extended error message' end object Label3: TLabel Left = 16 Top = 128 Width = 225 Height = 16 Caption = 'Function Specific Error Message' end object OKBtn: TBitBtn Left = 279 Top = 222 Width = 95 Height = 33 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object errorMessage: TEdit Left = 16 Top = 40 Width = 353 Height = 24 TabOrder = 1 end object extendedError: TEdit Left = 16 Top = 96 Width = 353 Height = 24 TabOrder = 2 end object applicationError: TEdit Left = 16 Top = 152 Width = 353 Height = 24 TabOrder = 3 end end